home *** CD-ROM | disk | FTP | other *** search
/ So Who's Dr. Rabbit? / SWDR_1.iso / pc / swdrmov / pg2627.dxr / 02627Scr.Int_58_FS Make Print Button Visible.ls < prev    next >
Encoding:
Text File  |  1997-07-28  |  348 b   |  15 lines

  1. global gSpecialObjects
  2.  
  3. on exitFrame
  4.   UtilUpdateFrame()
  5.   set the movieRate of sprite 1 to 1
  6.   if soundBusy(2) then
  7.     go(the frame)
  8.   else
  9.     puppetSound(1, member "0203S04" of castLib "jmh sounds ext")
  10.     MakeVisible(getProp(gSpecialObjects, #printButton))
  11.     UtilGoToFrame(the frame + 1)
  12.     set the movieRate of sprite 1 to 0
  13.   end if
  14. end
  15.